home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / T / The Hexulator 1.0.sit / The Hexulator 1.0 ƒ / Hexulator Instruction Manual.rsrc / TEXT_131.txt < prev    next >
Encoding:
Text File  |  1995-04-09  |  5.1 KB  |  73 lines

  1. Command Summary
  2.  (show menus)
  3.  
  4.  
  5. Apple Menu:
  6.  
  7. About...
  8.  This command brings up the "About" box, which contains the author's mail and e-mail addresses.
  9.  
  10. Register...
  11.     This command brings up information on how to register your copy of Hexulator. Some of Hexulator's commands will not be available in unregistered copies. When you receive your registration code, you can enter it into the space provided to "unlock" all the features of the program.
  12.  If this menu item is grayed out, the program has already been registered.
  13.  
  14. Help...
  15.  This command brings up the help dialog, which contains notes on keyboard shortcuts. On-line help has been kept to a minimum to keep the program's size and memory requirements small.
  16.  
  17. File Menu:
  18.  
  19. Quit (‚åò-Q)
  20.  Use this command to quit Hexulator. The next time you open it, Hexulator will remember the position of the calculator on the screen, whether you are in basic or extended mode, and whether binary is on or off.
  21.  
  22. Edit Menu:
  23.  
  24. Undo (‚åò-Z)
  25.  Hexulator does not support undo.
  26.  
  27. Cut (‚åò-X)
  28.  'Cuts' the selected portion of the tape.
  29.  
  30. Copy Selection (‚åò-C)
  31.  'Copies" the selected portion of the tape.
  32.  
  33. Copy Special:
  34. ---Copy Hex     (‚åò-7)
  35. ---Copy Decimal (‚åò-8)
  36. ---Copy Binary  (‚åò-9)
  37.  When you select one of these, the appropriate hex, decimal or binary value will be copied into the clipboard. To copy a binary value, the  binary display must be turned on and you must be in Extended Hexulator (the "Copy Binary" menu item will be grayed out otherwise). 
  38.                     
  39. Paste (‚åò-V)
  40.  'Pastes' the textual contents of the clipboard to the tape. (Even I can't figure out how that would be useful.)
  41.  
  42. Clear
  43.  Eliminates the selected portion of the tape.
  44.  
  45. Select All (‚åò-A)
  46.  Selects the entire tape.
  47. Reset Tape (‚åò-R)
  48.  Clears the entire contents of the tape.
  49.  
  50. Hexulator:
  51.  
  52. Hexadecimal Mode / Decimal Mode (` OR ~) also (‚åò-M)
  53.  This command toggles between hex and decimal mode. It does not affect the values in the registers.
  54.  
  55. Basic Hexulator / Extended Hexulator (‚åò-H)
  56.  This command toggles between basic and extended modes. Extended mode adds memory keys, bitwise operators, a binary display, and a scrollable tape to basic hexulator. Extended Hexulator is only available to registered copies. To register, use the form at the end of this document (you can go there by typing ‚åò-6).
  57.  
  58. Binary On / Binary Off (‚åò-B)
  59.  This command toggles the binary display. In basic Hexulator, the binary display shows only the lower half of the hex register. You must be in extended mode to see then entire value in the binary display. As the binary display needs 32 digits to represent an 8 digit hex value, the binary display stretches across both of the lower registers.
  60.  
  61. Tape On / Tape Off (‚åò-T)
  62.  If "Tape On", all calculations will be written to the tape regardless of whether you are in basic or extended mode. There is a slight performance penalty for having the tape on, so turn it off if you want maximum speed.
  63.  
  64. Refresh After Toggle
  65.  During the beta testing of Hexulator, the display failed to toggle from hex to decimal or back after pressing the ~ key or ‚åò-M on a certain Mac IIci. The cause was traced to the computer's vintage 1991 Extended ADB Keyboard II. Although completely identical to the keyboard attached to my PowerMac both visually and as far as the Gestalt Manager was concerned, this keyboard simply refused to cooperate. There were no problems found when testing on a Mac II's vintage 1988 keyboard.
  66.  I have no idea how many other keyboards will refuse to work with the ~ and ‚åò-M commands, but evidence suggests the problem is limited to a very small percentage of keyboards. 
  67.  If you need it, "Refresh After Toggle" will force Hexulator to update the screen after the ~ or ‚åò-M commands. If these commands don't work normally on your computer, you should check (select) this option. Otherwise you should leave it unchecked. If you have checked "Refresh After Toggle" and you don't need it, you'll notice an annoying flicker whenever you change modes because the display will be updated twice instead of once.
  68.  Unfortunately, the "mixed mode" (decimal entry in hex mode) display still doesn't work properly on keyboards that require the refresh option (again, I have no idea how many of these keyboards there are). Although the buttons will not visibly change to decimal layout, the keys will function just as they appear on the numeric keypad.
  69.  PROGRAMMER'S NOTE: At the heart of "mixed mode" switching is a GetKeys call testing for the shift key (code 0x38). This one extended keyboard II failed this test (Though my other Extended ADB Keyboard II, adjustable keyboard, and PowerBook keyboard passed). If anyone can explain this phenomenon to me, I'd be extremely grateful.
  70.  I will try to fix this in a future release. If you need to use the "Refresh After Toggle" option, please mention this in the Comments section of the registration form, as well as the type and approximate age of your keyboard.
  71.  
  72. Precision (‚åò-0..‚åò-6)
  73.  The precision menu allows you to select the number of decimal places shown, from 0 (whole numbers) to six. The displayed number is rounded to the specified number of digits. For example: 3.1415 at three digits of precision will be 3.142.